CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - otsu matlab code

搜索资源列表

  1. Otsucoding

    0下载:
  2. Otsu-最大类间方差Matlab代码 最大类间方差法原理:最大类间方差法是由日本学者大津于1979年提出的,是一种自适应的阈值确定的方法,又叫大津法,简称OTSU。它是按图像的灰度特性,将图像分成背景和目标2 部分。背景和目标之间的类间方差 % 大,说明构成图像的2 部分的差别越大,当部分目标错分为背景或部分背景错分为目标都会导致2 部 % 分差别变小。-Otsu - Otsu Matlab code Otsu Principle : Otsu law by Japanese scho
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1183
    • 提供者:刘博
  1. goodotsu.rar

    0下载:
  2. 图像自适应分割,大津法计算灰度阈值,MATLAB源程序。,Adaptive image segmentation, gray Otsu threshold method, MATLAB source code.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:958
    • 提供者:xuyajun
  1. PCNN---2D-OTSU

    0下载:
  2. 给出了基于2D-OTSU算法的PCNN自动循环迭代源代码,用于图像分割,效果良好。-PCNN code for image segmentation based on 2D-OTSU
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-22
    • 文件大小:2472
    • 提供者:辛国江
  1. fcm

    0下载:
  2. this code is thresholding image with fuzzy c-meam thresholding, it good result than Otsu method.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:23347
    • 提供者:javad
  1. otsu

    1下载:
  2. 一维自适应阈值分割大津法的源程序是用matlab写的-One-dimensional Otsu adaptive threshold segmentation method source code is written in matlab
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:212045
    • 提供者:feifei
  1. otsu0915

    0下载:
  2. 通过matlab源码实现图像的最佳自动阈值分割,所选算法是常见的大津法-Matlab source code through the realization of the best automatic image thresholding, the selected algorithm is a common method of Otsu
  3. 所属分类:Special Effects

    • 发布日期:2016-05-13
    • 文件大小:1994
    • 提供者:IVTECH
  1. otsu_2d

    0下载:
  2. 2维Otsu阈值法MATLAB代码,具有很好的分割效果!-2-D Otsu threshold MATLAB code, with very good segmentation results!
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:1238
    • 提供者:chuqiaolong
  1. otsu

    0下载:
  2. otsu 阈值分割代码 ,可以设置分割的类别数-otsu segmentation code, you can set the number of separate categories
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:33944
    • 提供者:zhang
  1. otsu

    0下载:
  2. 这是个关于图像大津法分割算法的源程序,在matlab上实现。-This is about image segmentation algorithm of Otsu' s source code, in matlab to achieve.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:38706
    • 提供者:yiweibo
  1. 89437157bc4e

    0下载:
  2. 二值化算法的经典算法:大津法Matlab源码,有较高的参考价值-Classical binarization algorithm algorithms: Otsu Matlab source code, have a high reference value
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:27248
    • 提供者:Kelly
  1. Otsu

    0下载:
  2. 大津法实现图像阈值分割的matlab源程序代码-Otsu Thresholding Image source code matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:900
    • 提供者:陈颖
  1. otsu

    0下载:
  2. otsu法二值化图像,附源代码,用MATLAB实现。-otsu Law binary image, with source code in MATLAB.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:833
    • 提供者:天马行空
  1. otsu

    0下载:
  2. otsu s thresholding implemented as a function code in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2650
    • 提供者:Manju
  1. yuzhihuafenge

    0下载:
  2. 图像分割是把图像划分成具有实际意义的互补交迭的区域的集合。在图像分割之前,图像区域的数目未知,而在分割后各个区域同时满足均匀性和连通性的条件,故图像分割是一个复杂的过程,目前大多数研究都是针对某一类型图像或者某一具体应用的分割。图像阈值化分割的基本思想是确定一个阈值,然后把每个像素点的像素值和阈值相比较,根据比较的结果把像素划分为两类,前景(1)或背景(0)。该方法的关键是确定一个最优的阈值。常用的阈值确定方法有直接门限法、类间最大方差法(otsu法)、分水岭算法、最小误差法、最大熵法等。该段代
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1089
    • 提供者:杨莎莎
  1. OTsu-source

    0下载:
  2. 程序是一维Otsu的matlab代码,经调试运行结果很好。很有用的,本人就刚用到这个程序。-The program is a one-dimensional Otsu Matlab code, after the good results of the commissioning run. Useful, I just use this program.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:3474
    • 提供者:李军
  1. otsu

    0下载:
  2. 大津算法的MATLAB代码,很好的代码值得做图像处理初学者参考-The Otsu algorithm MATLAB code, good code worth doing image processing beginners reference
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-30
    • 文件大小:1240
    • 提供者:呈春
  1. Otsu

    0下载:
  2. 最大类间方差matlab代码,代码简洁实用,简单易用,适合初学者-Otsu Matlab code, the code is simple and practical, easy to use, suitable for beginners
  3. 所属分类:Special Effects

  1. matlab-code

    0下载:
  2. 灰度图像二值化方法matlab代码 :1OTSU算法代码、Bernsen算法代码-Gray image binarization method matlab code: 1 OTSU algorithm code, Bernsen algorithm code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:130649
    • 提供者:德玛西亚
  1. 563602837otsu_2d

    0下载:
  2. 实现2维最大类间方差的图像分割,运行速度快,有代码注解。。。。。。。。。。。 实现2维最大类间方差的图像分割,运行速度快,有代码注解。。。。。。。。。。。(To achieve the 2 largest inter class variance image segmentation, fast running, there are code notes..........)
  3. 所属分类:matlab例程

    • 发布日期:
    • 文件大小:1024
    • 提供者:TUDU
  1. 56849

    0下载:
  2. conventional otsu thresholding source code
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:3072
    • 提供者:mary1992
« 12 3 »
搜珍网 www.dssz.com